@charset "UTF-8";
/*
--------------------------------
  reset
--------------------------------
*/


/* ---- reset ---- */
html {
    font-size: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    line-height: 1;
    font-size: 100%;
    font-weight: normal;
    /* font-family: "微软雅黑", "宋体", Arial; */
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-text-size-adjust: none;
    user-select: none;
    -webkit-user-select: none;
  }

ul,li,ol{list-style:none;}
img,fieldset{border:0; }
img{display:block;max-width: 100%;height: auto;}
img[src=""] {opacity: 0;}
img[src=""][alt] {opacity: 1;}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color: transparent;}
a:hover {cursor: pointer;}
input,a{outline:none;}
input,select,textarea {font-size: inherit;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
caption, th {text-align: left;}

/*
--------------------------------
  basics
--------------------------------
*/


/* ---- basics ---- */
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.width_50 {width: 50%;}
.width_full {width: 100%;}

.fl {float: left;}
.fr {float: right;}

.dis_none {display: none;}
.dis_inline {display: inline;}
.dis_block {display: block;}
.dis_inblock {display: inline-block;}
.dis_table {display: table;}
.dis_table_cel {display: table-cell;vertical-align:middle;}

.vis_hidden {visibility: hidden;}

.f_12 {font-size: 12px;}
.f_14 {font-size: 14px;}
.f_16 {font-size: 16px;}
.f_18 {font-size: 18px;}
.f_19 {font-size: 19px;}
.f_20 {font-size: 20px;}
.f_22 {font-size: 22px;}
.f_24 {font-size: 24px;}
.f_26 {font-size: 26px;}
.f_28 {font-size: 28px;}
.f_30 {font-size: 30px;}
.f_32 {font-size: 32px;}
.f_34 {font-size: 34px;}
.f_36 {font-size: 36px;}
.f_40 {font-size: 40px;}

.f_w_100 {font-weight: 100;}
.f_w_200 {font-weight: 200;}
.f_w_300 {font-weight: 300;}
.f_w_400 {font-weight: 400;}
.f_w_500 {font-weight: 500;}
.f_w_600 {font-weight: 600;}
.f_w_700 {font-weight: 700;}
.f_w_800 {font-weight: 800;}
.f_w_900 {font-weight: 900;}

.tright {text-align: right;}
.tleft {text-align: left;}
.t_center {text-align: center;}

.ver_top {vertical-align: top;}


.t_white {color: #fff;}
.t_red {color: #c02c39;}
.t_red_tip {color: #d20202;}
.t_mid_red {color: #d6303f;}
.t_deep_red {color: #c93947;}
.t_blue {color: #1756b0;}
.t_mid_blue {color: #1e5199}
.t_deep_blue {color: #00265a;}
.t_yel {color: #ffa200;}
.t_green {color: #02927f;}
.t_grey {color: #646464;}
.t_mid_grey {color: #9d9d9d}
.t_black {color: #202020;}


.t_indent_10 {text-indent: 10px;}
.t_indent_15 {text-indent: 15px;}


.bg_white {background-color: #fff;}
.bg_mid_red {background-color: #d6303f}
.bg_deep_red {background-color: #c93947}
.bg_black {background: #202020;}

.mlr-24 {margin: 0 26px;}
.ml_0 {margin-left: 0!important;}
.mr_0 {margin-right: 0!important;}

.pl_0 {padding-left: 0!important;}
.pr_0 {padding-right: 0!important;}

.break {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.cur_pointer {cursor: pointer;}
/*
--------------------------------
  common-components
--------------------------------
*/

/* ---- layout ---- */

.content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* ---- content_banner ---- */
.content_banner {
    position: relative;
    width: 100%;
}

.content_banner_con {
    position: relative;
    width: 1200px;
    height: 512px;
    margin: 0 auto;
}

.content_banner_title {
    padding: 144px 0 22px 372px;
    letter-spacing: 3px;
}

.content_banner_tip {
    padding-left: 372px;
    letter-spacing: 2px;
}

.content_header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #a38b8e;
}

.content_header li {
    position: relative;
    float: left;
    margin-right: 2px;
}

.content_header .header_li_last {
    border-right: none;
    margin-right: 0;
}

.content_header li a {
    display: block;
    width: 598px;
    height: 110px;
    color: #2a2a2a;
}

.content_header_tip, .content_banner_checked .content_header_tip {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    text-align: center;
    -webkit-transition: top 200ms linear 100ms;
    -moz-transition: top 200ms linear 100ms;
    -o-transition: top 200ms linear 100ms;
    -ms-transition: top 200ms linear 100ms;
    transition: top 200ms linear 100ms;
}

.content_header li a:hover {
    color: #fff;
}

.content_header li:hover, li.content_banner_checked a {
    color: #fff;
    background: -webkit-linear-gradient(top,#e33343 0,#b72a37 100%);
    background: -moz-linear-gradient(top,#e33343 0,#b72a37 100%);
    background: -o-linear-gradient(top,#e33343 0,#b72a37 100%);
    background: linear-gradient(to bottom,#e33343 0,#b72a37 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e33343,endColorstr=#b72a37,GradientType=0);
}


.content_header li:hover .content_header_tip, .content_banner_checked .content_header_tip{
    top: 30px;
}

.content_header_btn, .content_banner_checked .content_header_btn{
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 30px;
    height: 0px;
    margin-left: -15px;
    background: transparent url("../images/wintelia/content_banner_choose.png") no-repeat center center;
    -webkit-transition: height 200ms linear 100ms;
    -moz-transition: height 200ms linear 100ms;
    -o-transition: height 200ms linear 100ms;
    -ms-transition: height 200ms linear 100ms;
    transition: height 200ms linear 100ms;
}

.content_header li:hover .content_header_btn, .content_banner_checked .content_header_btn {
    height: 24px;
}

/* ---- header ---- */
.header {
    width: 1200px;
    height: 90px;
    padding-top: 4px;
}

.footer {
    height: 196px;
    background: transparent url("../images/header_footer/logo_foot.png") no-repeat left center;
}

.footer_pages {
    height: 138px;
    background: transparent url("../images/header_footer/foot_pages_logo.png") no-repeat left center;
}

.header, .footer, .introduction, .service, .solution, .news, .profile, .organization, .honor, .culture, .contact, .opinion,
.skill, .service_cap, .company_cap, .airport_cap, .jobs{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.headerCon, .header_wap {
    height: 90px;
}

.header_wap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    z-index: 100;
    background: #fff;
    background: rgba(255, 255, 255, .86);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.headerCon .header_wap.isStuck {
    position: fixed;
    font-size: 16px;
    box-shadow: 0px 0px 5px #ccc;
}

.header_logo {
    cursor: pointer;
}
.header .menu {
    width: 80%;
}
.header .menu_title {
    line-height: 80px;
}

.menu_title li {
    float: right;
    padding: 0 33px;
}

.menu_title li:first-child {
    padding-right: 0;
}

.menu_title li a{
    color: #3c3c3c;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    font-weight: 500;
}

.menu_title .a_select {
    color: #d66a74;
    border-bottom-color: #be0e0f;
}

/* ---- footer ---- */

.footer_login {
    position: absolute;
    left: 0;
    top: 36px;
    width: 122px;
    height: 126px;
    cursor: pointer;
}

.footer_login_page {
    top: 8px;
}

.footer_copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #151515;
}

.footer_left {
    width: 742px;
    margin-left: 178px;
}

.footer_pages .footer_left {
    margin-left: 236px;
}

.footer_left_top {
    margin: 48px 0 32px;
}

.footer_left_top li{
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

.footer_left_bottom_det {
    height: 25px;
    line-height: 25px;
    padding-left: 32px;
}

.footer_left_bottom_det:first-child {
    background: transparent url("../images/header_footer/icon_two_foot.png") no-repeat 2px 4px;
}

.footer_left_bottom_det.footer_left_bottom_det_last {
    background: transparent url("../images/header_footer/icon_two_foot.png") no-repeat left -26px;
}

.footer_right_top {
    margin: 26px 0 12px;
}

.footer_pages .footer_right_top {
    margin: 16px 0 0;
}

.footer_right_top div.right_top_last {
    margin-right: 44px;
}

.footer_img_tip {
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.footer_pages .footer_right_bottom {
    margin: 30px 0 18px 28px;
}

.footer_right_bottom div {
    width: 34px;
    height: 34px;
    /* margin-right: 22px;*/
    margin-right: 40px;
    background-image: url("../images/header_footer/btn_three_foot.png");
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
}

.app_p {
    background-position: 0px 0px;
}

.app_w {
    background-position: -52px 0px;
}

.app_s {
    background-position: -105px 0px;
}

/**返回顶部按钮**/
.return_top {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 74px;
    height: 90px;
    background: transparent url('../images/top.png') no-repeat left top;
    cursor: pointer;
}

.return_top_txt {
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 100%;
}
